home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / var / db / pkg / net-wireless / ipw3945-ucode-1.13 / ipw3945-ucode-1.13.ebuild < prev    next >
Text File  |  2006-04-19  |  614b  |  23 lines

  1. # Copyright 1999-2006 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw3945-ucode/ipw3945-ucode-1.13.ebuild,v 1.1 2006/04/13 21:28:33 brix Exp $
  4.  
  5. DESCRIPTION="Microcode for the Intel PRO/Wireless 3945ABG miniPCI express adapter"
  6.  
  7. HOMEPAGE="http://www.bughost.org/ipw3945/"
  8. SRC_URI="http://www.bughost.org/ipw3945/${P}.tgz"
  9.  
  10. LICENSE="ipw3945"
  11. SLOT="0"
  12. KEYWORDS="~x86"
  13.  
  14. IUSE=""
  15. DEPEND=">=sys-apps/hotplug-20040923"
  16.  
  17. src_install() {
  18.     insinto /lib/firmware
  19.     doins ipw3945.ucode LICENSE.ipw3945-ucode
  20.  
  21.     dodoc README.ipw3945-ucode
  22. }
  23.